home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / LSTMK10.ZIP;1 / LISTMAKR.DOC < prev    next >
Encoding:
Text File  |  1993-06-18  |  3.5 KB  |  75 lines

  1.  
  2.  
  3. +-----------------------------------------------------------------------------+
  4. |                             LIST MAKER v1.0                                 |
  5. |                     --------------------------------                        |
  6. |                   Copyright(c) 1993 by Eldon D. Martin                      |
  7. +-----------------------------------------------------------------------------+
  8.  
  9.  
  10. Introduction:
  11.  
  12.   The List Maker is a utility for programmers who wish to make self-listing
  13. documents.  The List Maker actually does all of the programming itself.  It 
  14. depends on the user only to load the text file, make simple changes, and direct
  15. the List Maker to generate the program code.  Once the code is compiled, It
  16. becomes a self-listing executable file.
  17.  
  18.   The List Maker is distributed as shareware.  You may give copies of this
  19. program to others as long as all files are complete and unmodified, and no
  20. files have been added or deleted.  The files this package includes are:  
  21. LISTMAKR.EXE, LISTMAKR.DOC, ORDER.FRM, and CATALOG.EXE. 
  22.  
  23.   If you find this program useful and continue to use it, you must register by
  24. sending the appropiate fee to the author.  No programs generated by the List
  25. Maker may be distributed in any form unless you have registered with the 
  26. author.  Once you register, you may distribute generated code freely, without
  27. paying any royalties to the author.  When you register, you will also recieve
  28. other free and shareware programs that I have written.  For more information on
  29. registering see the file ORDER.FRM.  You can send this file to you printer by
  30. typing the following line at the DOS prompt:
  31.  
  32.   COPY ORDER.FRM PRN
  33.  
  34.  
  35. Making a list file with the List Maker:
  36.  
  37.   To make a self-listing text file with List Maker, you must first write the
  38. document using your normal word processor, or you may use a text file that
  39. already exists.  In order for the List Maker to read the document properly,
  40. there must be a carriage return at the end of each line of the document.  Once
  41. you have the text file ready, you load it into the List Maker to make the self
  42. listing program.  In addition to simply generating the program code, the List
  43. Maker also lets you change line colors, indent or center lines, and move lines
  44. left or right.  Once you have the text file the way you like it, you simply
  45. tell the List Maker to generate program code, give it the name of the program,
  46. and wait a few seconds while the List Maker generates the code.
  47.  
  48.   The program that the List Maker generates will be in QuickBASIC and needs to
  49. be compiled before it becomes a stand-alone file.  Since QuickBASIC contains no
  50. routines to scroll the screen down, the generated program uses the file QB.LIB
  51. which is supplied with the QuickBASIC package.  If you compile the program from
  52. the command line, you must link the program using the following line:
  53.  
  54.  
  55.  
  56.   LINK program/EX,,NUL,QB.LIB
  57.  
  58. If you compile using the editor supplied with QuickBASIC, start it using the
  59. command:
  60.  
  61.   QB /L QB.QLB
  62.  
  63.  
  64. The List Maker in the future:
  65.  
  66.   If I get a show of support for the List Maker, I plan to make alot of 
  67. modifications to the program.  Some of these include full editing capability,
  68. multi-language support, and a better user interface.  Registered users will
  69. recieve updates for only $3.00.  If you have any suggestions on how I can make
  70. the List Maker a better program, please write to me at:
  71.  
  72.                                 Eldon Martin
  73.                                HCR 75  Box 99
  74.                            McConnellsburg, PA 17233
  75.